@charset "UTF-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;}

/* ----- Styles for the Social Media Sidebar ----- */
.Sidebar {
	width: 45px;
	position: fixed;
	left: -50px;
	top: 33%;
	margin: 0 0 0 50px;
	height: 285px;
	background: rgba(235,235,235,1);
	border-radius: 0 20px 20px 0;
background: -moz-linear-gradient(left,  rgba(50,48,61,0.9) 0%, rgba(53,51,65,0.2) 10%, rgba(80,79,96,0.03) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(50,48,61,0.9)), color-stop(10%,rgba(53,51,65,0.2)), color-stop(100%,rgba(80,79,96,0.03))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(50,48,61,0.9) 0%,rgba(53,51,65,0.2) 10%,rgba(80,79,96,0.03) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(50,48,61,0.9) 0%,rgba(53,51,65,0.2) 10%,rgba(80,79,96,0.03) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(50,48,61,0.9) 0%,rgba(53,51,65,0.2) 10%,rgba(80,79,96,0.03) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(50,48,61,0.9) 0%,rgba(53,51,65,0.2) 10%,rgba(80,79,96,0.03) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e632303d', endColorstr='#08504f60',GradientType=1 ); /* IE6-9 */}

.icons {
	position: fixed;
	float: left;
	width: 55px;
	padding: 5px 0 0 0;}
	
.icon1 img {
	width: 45px;
	padding: 5px 0px 5px 8px;}
	
/* ----- Styles for the Social Media Sidebar Screen Height 775px and less ----- */	
@media only screen and (max-height: 775px) {
.Sidebar {
	width: 45px;
	position: fixed;
	left: -50px;
	top: 20%;
	margin: 0 0 0 50px;
	height: 285px;
	background: rgba(235,235,235,1);
	border-radius: 0 20px 20px 0;
background: -moz-linear-gradient(left,  rgba(50,48,61,0.9) 0%, rgba(53,51,65,0.2) 10%, rgba(80,79,96,0.03) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(50,48,61,0.9)), color-stop(10%,rgba(53,51,65,0.2)), color-stop(100%,rgba(80,79,96,0.03))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(50,48,61,0.9) 0%,rgba(53,51,65,0.2) 10%,rgba(80,79,96,0.03) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(50,48,61,0.9) 0%,rgba(53,51,65,0.2) 10%,rgba(80,79,96,0.03) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(50,48,61,0.9) 0%,rgba(53,51,65,0.2) 10%,rgba(80,79,96,0.03) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(50,48,61,0.9) 0%,rgba(53,51,65,0.2) 10%,rgba(80,79,96,0.03) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e632303d', endColorstr='#08504f60',GradientType=1 ); /* IE6-9 */}

.icons {
	position: fixed;
	float: left;
	width: 55px;
	padding: 5px 0 0 0;}
	
.icon1 img {
	width: 45px;
	padding: 5px 0px 5px 8px;}
}